body .parallax3 {
    background-image: url(../../src/images/Services\ Logos/background1.jpg);
    height: 550px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#Services #color {
    background-color: rgba(85, 85, 85, 0.7);
    width: 100%;
    height: 100%;
}

body .parallax3 #text {
    padding-top: 1.3rem;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body .parallax3 #text #text1 {
    font-family: var(--H-font);
    font-size: 1rem;
    color: var(--txt-color2);
}

body .parallax3 #text #text2 {
    color: white;
    font-family: var(--H-font);
    font-size: 2.5rem;
    margin-top: -0.4rem;
}

body .parallax3 #services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body #services .SERV .subServ {
    display: flex;
    justify-content: center;
    align-items: center;
}

body .parallax3 #services .SERV {
    display: flex;
    height: 210px;
    margin: 0rem 0px;
}

body .parallax3 #services .serv {
    height: 200px;
    width: 180px;
    border-radius: 0.7rem;
    margin: 0px 0.4rem;
    padding-top: 15px;
    background: rgb(224, 224, 224, 0.6);
}

body .parallax3 #services .serv a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

body .parallax3 #services .serv a #image {
    /* height: 170px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

body .parallax3 #services .serv a #image img {
    width: auto;
    height: 90px;
}

body .parallax3 #services .serv a #text {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--H-font) !important;
    text-align: center;
    color: white;
    opacity: 100%;
}

body .parallax3 #services .serv a:hover #text {
    color: var(--txt-color1);
}

@media (max-width: 1100px) {
    body .parallax3 #text #text1 {
        font-size: 0.8rem;
    }
    body .parallax3 #text #text2 {
        font-size: 2rem;
    }
    body .parallax3 #services .serv a #image img {
        height: 70px;
    }
    body .parallax3 #services .serv {
        height: 180px;
        width: 160px;
        margin: 0px 0.2rem;
    }
    #Services #services #services-1 {
        margin-bottom: -20px;
    }
}

@media (max-width: 768px) {
    .parallax3 {
        height: 420px !important;
    }
    body .parallax3 #text #text1 {
        font-size: 0.6rem;
    }
    body .parallax3 #text #text2 {
        font-size: 1.7rem;
    }
    body .parallax3 #services .serv a #image img {
        height: 50px;
    }
    body .parallax3 #services .serv {
        height: 150px;
        width: 120px;
        margin: 0px 0.2rem;
    }
    #Services #services #services-1 {
        margin-bottom: -50px;
    }
    body .parallax3 #services .serv a #text {
        font-size: 0.7rem;
    }
}

@media (max-width: 700px) {
    #Services {
        height: 720px !important;
        margin-bottom: 9rem;
    }
    body .parallax3 #text #text1 {
        font-size: 0.6rem;
    }
    body .parallax3 #text #text2 {
        font-size: 1.7rem;
    }
    body .parallax3 #services .serv a #image img {
        height: 50px;
    }
    body .parallax3 #services .SERV .subServ {
        display: block !important;
        margin-bottom: 20px;
        height: 170px;
        width: 100%;
    }
    body .parallax3 #services .serv {
        height: 150px;
        width: 120px;
        margin-bottom: 10px !important;
    }
    #Services #services #services-1 {
        margin-bottom: 110px;
    }
    body .parallax3 #services .serv a #text {
        font-size: 0.7rem;
    }
}